Skip to main content
Version: 3.x.x

QueryParamValuesType


import { QueryParamValuesType } from "@hyper-fetch/core"

Description

Defined in adapter/adapter.types.ts:109

Preview

type QueryParamValuesType = number | string | boolean | null | undefined;

Structure

number | string | boolean | null | undefined